home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000035_news@watsun.cc.columbia.edu _Thu May 6 14:46:45 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA06467
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 6 May 1999 14:46:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA04011
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 6 May 1999 14:30:21 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: David Dyck <dcd@tc.fluke.com>
  10. Subject: Tek emulation resizes dos-box in kermit 3.14
  11. Date: Thu, 6 May 1999 10:53:50 -0700
  12. Organization: Fluke Corporation, Everett, WA
  13. Message-ID: <Pine.LNX.4.05.9905061042160.10718-100000@dd.tc.fluke.com>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17. I use msdos kermit 3.14 and run it from the windows 95 
  18. command line
  19.   kermit -f myscript
  20.  
  21. I have updated the properties to set the window to about 42 lines.
  22.  (I'm not near that computer now).
  23.  
  24. This has worded fine for years, thanks
  25.  
  26. Today, when I tried to use gnuplot to display a plot in 
  27. the kc_tek40xx terminal type it was nice to see the graph,  thanks again.
  28.  
  29. When I exited gnuplot (or typed control-c) the screen exits the
  30. graphics mode, and gets reset to text mode, but now the screen
  31. is only displaying 25 line, and kermit seems to be confused.
  32.   (the command prompt line is off the screen, perhaps as if
  33.    kermit thinks there are still 42 lines to display in...)
  34.  
  35. Repeat easier by using kermit 3.14 and set display properties to
  36. 42 lines, and connect to a host that has perl installed and
  37. execute the command
  38.  
  39. perl -e 'print "\033\014\030\n"'
  40.  
  41. Is this a known problem?
  42. Any ideas on a fix, so that I could return to 42 line mode after
  43. exiting tek mode.
  44.  
  45.  
  46. I tried to 'push' or run the mode program to change the number
  47. of lines, but kermit couldn't execute c:\command.com
  48.  
  49. Thanks,
  50.   David Dyck
  51.